INMap<TKey,TValue> Interface Methods
In This Topic
For a list of all members of this type, see INMap<TKey,TValue> members.
Public Methods
| Name | Description |
| Add | Adds a new item with the specified key and value. Throws an exception, if item for this key already exists. |
| Get | Gets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist. |
| Set | Sets the value for the specified key. If key-value association already exists, the value is replaced. |
| TryGet | Tries to get the value for the specified key. |
Top
See Also